home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-02-26 | 630 b | 48 lines | [TEXT/MPS ] |
- #define UseExtendedThingResource 1
-
-
-
- #include "Types.r"
- #include "MPWTypes.r"
- #include "ImageCodec.r"
-
-
- #define rawFakerCodecFormatType 'raw '
-
- resource 'thng' (128, "Example Decompressor",locked) {
- decompressorComponentType,
- rawFakerCodecFormatType,
- 'fake',
- codecInfoDoes32,
- 0,
- 'cdec',
- 128,
- 'STR ',
- 130,
- 'STR ',
- 131,
- 0,
- 0,
- 0,
- componentHasMultiplePlatforms | componentDoAutoVersion,
- 0,
- {
- codecInfoDoes32,
- 'cdek',
- 128,
- 2
- }
- };
-
-
- resource 'STR ' (130) {
- "My Fake Raw Decompressor"
- };
-
- resource 'STR ' (131) {
- "Example of some new codec features."
- };
-
-
- read 'cdek' (128, "Example Decompressor") DECOPPC;
-